ESRI.ArcGIS.Mobile.Client
Generic FeatureCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic FeatureCollection Class


The following tables list the members exposed by Generic FeatureCollection.

Public Constructors

 NameDescription
Public ConstructorFeatureCollection Constructor Constructs a FeatureCollection that supports Features from different FeatureSources.  
Top

Public Properties

 NameDescription
Public PropertyAllowEdit (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowNew (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowRemove (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAutoRemoveDeletedFeatures Gets or sets a value that determines if features that have been marked as Deleted in the cache should be automatically removed from the collection.  
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyRaiseListChangedEvents (Inherited from System.ComponentModel.BindingList<T>)
Top

Protected Properties

 NameDescription
Protected PropertyIsSortedCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected PropertySortDirectionCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySortPropertyCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsChangeNotificationCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsSearchingCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsSortingCore (Inherited from System.ComponentModel.BindingList<T>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodAddFeature Add a Feature to the list. This doesn't allow it to be added twice.  
Public MethodAddFeatures Add multiple Features to the list. This function doesn't allow a feature to be added to the list twice. This function also suspends sorting and filtering as the features are being added.  
Public MethodAddNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodAddRange Adds multiple Features to the collection.  
Public MethodBeginUpdate Call this method if you need to make large-scale changes to the collection and you don't want it to fire ListChangedEvents  
Public MethodCancelNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodDispose Releases all resources used by this instance.  
Public MethodEndNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodEndUpdate Use this with BeginUpdate to tell the FeatureCollection that you don't want it to fire list changed events during a large-scale changes to the collection  
Public MethodFindOverloaded.  Finds a Feature in the collection.  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveFeature Removes a feature from the collection based upon its layer and object identifier (not the object reference).  
Public MethodResetBindings (Inherited from System.ComponentModel.BindingList<T>)
Public MethodResetItem (Inherited from System.ComponentModel.BindingList<T>)
Top

Protected Methods

 NameDescription
Protected MethodAddNewCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodApplySortCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodClearItems (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodFindCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodInsertItem (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodOnAddingNew (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodOnListChangedOverridden.  Overrides the OnListChanged method.  
Protected MethodRemoveItem (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodRemoveSortCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodSetItem (Inherited from System.ComponentModel.BindingList<T>)
Top

Public Events

 NameDescription
Public EventAddingNew  
Public EventListChanged  
Top

See Also